home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_DLGASKVCD_H__DE7239E5_41A6_4FC7_8364_6EFB2607A617__INCLUDED_)
- #define AFX_DLGASKVCD_H__DE7239E5_41A6_4FC7_8364_6EFB2607A617__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgAskVCD.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CDlgAskVCD dialog
-
- class CDlgAskVCD : public CDialog
- {
- // Construction
- public:
- CDlgAskVCD(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CDlgAskVCD)
- enum { IDD = IDD_ASKVCD };
- CString m_strVCDFilename;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgAskVCD)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CDlgAskVCD)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_DLGASKVCD_H__DE7239E5_41A6_4FC7_8364_6EFB2607A617__INCLUDED_)
-